home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
grafik
/
raytracing
/
rayshade-4.0.6.3
/
stderrfix
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-09-15
|
206 b
|
11 lines
CFLAGS = -m68020 -O2 -c
CC = gcc
all: stderrfix.o rle_stderrfix.o
stderrfix.o: stderrfix.c
$(CC) $(CFLAGS) stderrfix.c
rle_stderrfix.o: stderrfix.c
$(CC) $(CFLAGS) -DRLE -o rle_stderrfix.o stderrfix.c